
.ind_d .indiv {
    margin-top: -80px;
    z-index: 250;
}

.ind_c.section .video-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
.ind_c.section .video-box video{
    width: 100%;
    height: 100%;
    object-fit: fill;
}

@media (max-width: 768px) {
    .ind_d .indiv {
        margin-top: 0;
    }

    .ind_c.section .indiv {
        display: none;
    }
    .ind_c.section .video-box{
        position: relative;
    }
}